From: Olivier Sallou Date: Thu, 16 Oct 2025 20:15:12 +0000 (-0400) Subject: add missing lib for tests X-Git-Tag: archive/raspbian/2.17.0+ds-6+rpi1^2^2^2^2~8 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=9d97ebe84f245a3cab081048ddf25fb6e8ca6365;p=ncbi-blast%2B.git add missing lib for tests Forwarded: Not-Needed Last-Updated: 2018-02-11 Gbp-Pq: Name fix_unit_tests --- diff --git a/c++/src/algo/blast/Makefile.blast_macros.mk b/c++/src/algo/blast/Makefile.blast_macros.mk index f9baf04f..c75a82f8 100644 --- a/c++/src/algo/blast/Makefile.blast_macros.mk +++ b/c++/src/algo/blast/Makefile.blast_macros.mk @@ -22,7 +22,7 @@ BLAST_LDEP = utrtprof xalgoblastdbindex composition_adjustment \ xalgodustmask xalgowinmask seqmasks_io seqdb blast_services xalnmgr \ xobjutil $(OBJREAD_LIBS) xnetblastcli xnetblast blastdb \ sqlitewrapp scoremat tables $(LMDB_LIB) -BLAST_LIBS = proteinkmer xblast $(BLAST_LDEP) +BLAST_LIBS = proteinkmer xblast blast $(BLAST_LDEP) # BLAST additionally needs xconnect $(SOBJMGR_LIBS) or $(OBJMGR_LIBS)